<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	padding-top: 72px;
}
.logo {
	/*width: 91px;*/
	width: auto;
	height: 28px;
	margin-top: 22px;
}

.logo img {
	display: block;
	max-width: 100%;
	height: 100%;
}


.top_box {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	/* height: 80px; */
	min-height: 72px;
}
.nav_li{
	padding: 0 28px;
	float: left;
}
.nav_tel{
	float: left;
	height: 72px;
	line-height: 66px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #C23737;
}
.nav_box .nav_li&gt; a {
	display: block;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323233;
	height: 72px;
	line-height: 66px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav_box .nav_li&gt;.active,
.nav_box .nav_li&gt;a:hover {
	border-bottom: 3px solid #053F94;
	/* background: rgba(201, 47, 17, 1); */
	color: #053F94;
}
.nav_s_list_box{
	position: fixed;
	top: 72px;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%,0);
	-ms-transformtransform: translate(-50%,0);
	-webkit-transformtransform: translate(-50%,0);
	padding-top: 8px;
}
.nav_s_list{
	max-width: 1200px;
	background: #FFFFFF;
	border-radius: 10px;
	
	min-height: 80px;
	
	padding: 20px 37px;
	display: none;
}
.nav_box .nav_li:hover .nav_s_list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.nav_s_li{
	width: 158px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #646566;
	padding: 5px;
}
.nav_s_li.active,
.nav_s_li:hover{
	color: #053F94;
}
.nav_s_li img{
	margin-right: 8px;
	width: 32px;
	height: 32px;
}
/*banner*/

.banner_box {
	width: 100%;
	height: 750px;
	position: relative;
}

.banner {
	height: 750px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: block;
	animation: suofang 40s linear infinite alternate;
}
.s_banner .swiper-slide{
	overflow: hidden;
}
@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}



/* é¦–é¡µ start */
.icp_box{
	width: 100%;
	background: #fff;
	padding: 72px 0;
}
.icp_tit{
	width: 100%;
	margin-bottom: 50px;
}
.ibox_box{
	position: relative;
	padding-left: 21px;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #323233;
}
.ibox_box span{
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #003770;
	opacity: 0.3;
}
.ibox_box::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 28px;
	background: #053F94;
	border-radius: 3px;
	transform: translate(0,-50%);
	-ms-transformtransform: translate(0,-50%);
	-webkit-transformtransform: translate(0,-50%);
}
.icpt_list{
	width: 100%;
	/* height: 74px; */
	background: #F8F8F8;
	border-radius: 10px;
	padding: 0 64px;
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: 26px;
}
.icpt_li{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323233;
	height: 70px;
	line-height: 22px;
	border-top: 3px solid transparent;
	
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.icpt_li:hover,
.icpt_li.active{
	font-family: PingFang SC;
	font-weight: 400;
	color: #003770;
	border-bottom: 3px solid #003770;
}
.icpt_li+.icpt_li{
	margin-left: 117px;
}
/* .icpt_list{
} */
.swipera{
	width: 100%;
	height: 468px;
	background: #F8F8F8;
	border-radius: 10px;
}
.swipera_li{
	padding: 56px 86px;
}
.swipera_li_img{
	width: 556px;
	height: 356px;
	object-fit: cover;
}
.swipera_li_text{
	text-align: right;
	width: 336px;
	max-width: 100%;
	margin-left: 40px;
}
.slt1{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #003770;
}
.slt2{
	margin-top: 12px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #787F87;
}
.slt3{
	margin-top: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8B9198;
	line-height: 24px;
	/* height: 96px; */
	height: 168px;
	word-break: break-all;
	word-wrap: break-word;
}
.slt3.oh4{
	height: 168px;
	-webkit-line-clamp:8;
}
.slt4{
	width: 96px;
	height: 32px;
	background: #053F94;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* margin-top: 40px; */
	margin-top: 20px;
	cursor: pointer;
}
.slt4:hover{
	color: #fff;
}
.swiper-button-prev1,
.swiper-button-next1{
	width: 38px;
	height: 38px;
	/* background: #053F94; */
	border-radius: 4px;
	position: absolute;
	top: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev1{
	left: 19px;
	background-image: url(../jt_l.png);
}
.swiper-button-next1{
	right: 19px;
	background-image: url(../jt_r.png);
}
.swiper-button-prev:after, .swiper-button-next:after{
	display: none;
}
.ncp_list{
	width: 100%;
	
}
.ncp_li{
	width: 378px;
	height: 440px;
	background: #FFFFFF;
	border-radius: 10px;
	max-width: 100%;
	margin-right: 33px;
}
.ncp_li:nth-child(3n){
	margin-right: 0;
}
.ncp_li_img{
	width: 100%;
	height: 242px;
	border-radius: 10px 10px 0px 0px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	position: relative;
}
.icon_play_box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .21);
}
.icon_play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
}
.ncp_msg{
	width: 100%;
	padding: 36px 10px 10px;
}
.ncp_tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323233;
	text-align: center;
}
.ncp_hx{
	width: 46px;
	height: 3px;
	background: #053F94;
	border-radius: 2px;
	margin: 20px auto;
}
.ncp_sub{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
	padding: 0 35px;
	text-align: center;
}
.icp_more{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	width: 98px;
	height: 30px;
	background: #053F94;
	border-radius: 15px;
	cursor: pointer;
}
.icp_more:hover{
	color: #fff;
}
.icp_more img{
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
.al_list{
	width: 100%;
}
.al_li_box{
	width: 33.33%;
	height: 274px;
	padding: 1.5px;
}
.al_li{
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.al_liimg{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.al_li_msg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background:rgba(5, 63, 148, .3);
	display: none;
}
.al_li:hover .al_li_msg{
	display: block;
}
.al_li_msg{
	padding:120px 30px 10px;
}
.almsg_i{
	width: 36px;
	height: auto;
	/* margin-bottom: 20px; */
}
.almsg_hx{
	width: 38px;
	height: 4px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.almsg_t{
	font-size: 18px;
	/* font-family: PingFang SC;
	font-weight: 600; */
	color: #FFFFFF;
	line-height: 26px;
}


.ncp_li1{
	background: transparent;
	height: 460px;
	padding-bottom: 20px;
}
.ncp_li1 .ncp_li_img{
	border-radius: 10px;
	margin-bottom: 24px;
}
.ncp_li1:hover .ncp_li_img {
    -moz-box-shadow: 0px 0px 20px rgba(70,163,166,0.47);
    -webkit-box-shadow: 0px 0px 20px rgb(70 163 166 / 47%);
    box-shadow: 0px 0px 20px rgb(70 163 166 / 47%);
}
.ncp1_tit{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323233;
	line-height: 20px;
	height: 20px;
}
.ncp_li1:hover .ncp1_tit{
	color: #333;
}
.ncp1_hx{
	width: 36px;
	height: 3px;
	background: #053F94;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncp1_sub{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
	height: 48px;
	margin-bottom: 25px;
}

.ncp_li1:hover .ncp1_sub{
	color: #333;
}
.ncp1_time{
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #323233;
}
.ncp1_time span{
	font-size: 16px;
}
.footer_box{
	width: 100%;
	min-height: 490px;
	padding-top: 104px;
}
.footer_logo{
	width: 310px;
	height: 29px;
	display: block;
	margin: 0 auto 50px;
}
.footer_m{
	margin-bottom: 60px;
}
.fm_c{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6A6A6A;
	text-align: center;
}
.fm_c img{
	width: 155px;
	height: 155px;
	border-radius: 10px;
	margin-bottom: 15px;
	display: block;
}
.fm_l{
	width: 260px;
}
.fm_lt{
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom: 12px;
}
.fm_le{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	opacity: 0.35;
}
.fm_lh{
	width: 50px;
	height: 2px;
	background: #053F94;
	border-radius: 1px;
	margin-top: 18px;
	margin-bottom: 15px;
}
.fm_tel{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.fm_r_l{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323233;
}
.fm_r_l img{
	width: 16px;
	height: 20px;
	object-fit: contain;
	margin-right: 10px;
}
.fm_r_l+.fm_r_l{
	margin-top: 24px;
}
.footer_b{
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 15px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
/* é¦–é¡µ end */


/* èµ°è¿›ç€šæµ· start */
.zjhh_banner_box{
	width: 100%;
	height: 528px;
}
.about_box{
	width: 100%;
}
.H_video{
	max-width: 100%;
	width: 590px;
	height: 385px;
	border-radius: 10px;
}
.vcp-poster{
	top: -1px;
}
.vcp-controls-panel{
	display: none;
	opacity: 0;
}
.about_msg{
	max-width: 100%;
	width: 558px;
}
.about_mm{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}
.ibox_box1{
	padding-left: 0;
	
}
.ibox_box1::before{
	width: 122px;
	height: 3px;
	background: #053F94;
	left: 0;
	bottom: -13px;
	top:auto;
	transform: translate(0,0);
	-ms-transformtransform: translate(0,0);
	-webkit-transformtransform: translate(0,0);
}
.icp_box_a{
	padding: 72px 0 0;
}
.cjsb_list{
	width: 100%;
}
.cjsb_li{
	width: 100%;
}
.cjsb_li:nth-child(2n){
	flex-direction: row-reverse;
}
.cjsb_li+.cjsb_li{
	margin-top: 20px;
}
.cjsb_l{
	width: 564px;
	max-width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #646566;
}
.cjsb_l_t{
	font-size: 18px;
	margin-bottom: 10px;
}
.cjsb_r{
	max-width: 100%;
	width: 590px;
	height: 375px;
	border-radius: 10px;
}
.getmore{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #053F94;
	margin-top: 20px;
	cursor: pointer;
}
.getmore img{
	margin-left: 5px;
	width: 10px;
	height: 5px;
}
.tdfc_list{
	width: 100%;
}
.tdfc_li{
	width: 284px;
	height: 184px;
	border-radius: 10px;
	margin-right: 21px;
}
.tdfc_li:nth-child(4n){
	margin-right: 0;
}
.tdfc_li:nth-child(n+5){
	margin-top: 21px;
}
.ryzz_list{
	width: 100%;
}

.ryzz_li{
	width: 278px;
	height: 376px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-right: 29px;
}
.ryzz_li img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.ryzz_li:nth-child(4n){
	margin-right: 0;
}
.ryzz_li:nth-child(n+5){
	margin-top: 26px;
}
/* èµ°è¿›ç€šæµ· end */

/* äº§å“ä¸­å¿ƒ start */
.cpz_list{
	width: 100%;
}
	
.cpz_li{
	width: 380px;
	margin-right: 30px;
}
.cpz_li:nth-child(3n){
	margin-right: 0;
}
.cpz_li:nth-child(n+4){
	margin-top: 30px;
}
.cpz_img{
	width: 100%;
	height: 242px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.cpz_name{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323233;
	margin-bottom: 15px;
}
.cpz_msg{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	height: 40px;
	line-height: 20px;
}
.my_page{
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.my_page a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 0 12px;
}
.my_page a:hover{
	color: #053F94;
}
.my_page .page_a{
	width: 30px;
	height: 30px;
	border: 1px solid #EEEEEE;
	line-height: 28px;
	text-align: center;
	padding: 0;
}
.my_page .page_a.active,
.my_page .page_a:hover{
	background: #053F94;
	border: 1px solid #053F94;
	color: #fff;
}
/* äº§å“ä¸­å¿ƒ end */

/* äº§å“è¯¦æƒ… start */
.cpxq_tit{
	width: 100%;
	background: #F8F8F8;
}
.cpxq_nav{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #969799;
	/* height: 58px; */
	padding: 20px 0;
	line-height: 18px;
}
.cpxq_nav a,
.cpxq_nav a:hover{
	color: #969799;
}
.cpxq_nav img{
	width: 5px;
	height: 10px;
	margin: 0 5px;
}
.cpxq_box {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
.cpxq_box img{
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	object-fit: cover;
	object-position: center;
}
/* äº§å“è¯¦æƒ…  end*/
/* å·¥ç¨‹æ¡ˆä¾‹ start */
.icpt_list1 .icpt_li+.icpt_li{
	margin-left: 83px;
}
/* å·¥ç¨‹æ¡ˆä¾‹ end */

/* æ¡ˆä¾‹è¯¦æƒ… start */
.alxq_box{
	width: 100%;
	background: #fff;
	padding-top: 28px;
}
.alxq_tit{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #323233;
	padding: 20px 0;
	line-height: 40px;
	border-bottom: 1px solid #EEEEEE;
}
.alxq_content{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323233;
	line-height: 30px;
	padding: 20px 0;
	text-indent: 2em;
}
/* æ¡ˆä¾‹è¯¦æƒ… end */
/* æ–°é—»èµ„è®¯ start */
.news_list{
	width: 100%;
}
.news_li{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 32px 0;
}
.news_time{
	width: 96px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #053F94;
	line-height: 22px;
}
.news_day{
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #053F94;
	width: 50px;
	text-align: center;
	margin-bottom: 5px;
}
.news_img{
	width: 240px;
	height: 164px;
	border-radius: 10px;
}
.news_msg{
	padding-left: 46px;
}
.news_tit{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #323233;
	line-height: 23px;
}
.news_hx{
	width: 36px;
	height: 2px;
	background: #053F94;
	border-radius: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.news_text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
/* æ–°é—»èµ„è®¯ end */
/* æ–°é—»è¯¦æƒ… start */
.newsxq_titbox{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.nxq_tit{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #323233;
	margin-bottom: 10px;
}
.nxq_time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #969799;
}
/* æ–°é—»è¯¦æƒ… end */
/* è”ç³»æˆ‘ä»¬ start */
.map{
	width: 724px;
	height: 464px;
	border-radius: 10px;
	max-width: 100%;
}
.lxwm_r{
	max-width: 100%;
}
.lxwml_li{
	width: 454px;
	height: 140px;
	background: #F8F8F8;
	border-radius: 10px;
	padding: 35px 30px;
}
.lxwml_li+.lxwml_li{
	margin-top: 22px;
}
.lxwmr_img{
	width: 64px;
	height: 64px;
	margin-right: 15px;
}
.lxwml_r{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #646566;
}
.lxwml_t{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #323233;
}
/* è”ç³»æˆ‘ä»¬ end */
/* ä¾§è¾¹æ&nbsp; start */
.fbox_r{
	position: fixed;
	right: 10px;
	z-index: 100;
	top: 30%;
}
.fbox_r li{
	width: 54px;
	height: 54px;
	position: relative;
}
.fboxr_box{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(5, 63, 148, .5);
	position: relative;
}
.fbox_r li+li{
	margin-top: 10px;
}
.fboxr_box&gt;img{
	width: 22px;
}
.fr_wxbox{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 7px;
	overflow: hidden;
	background-color: #fff;
	left: -105px;
	top: 0;
	display: none;
}
.fboxr_box:hover {
	background: linear-gradient(to right,#3cb5a3 , #02688a);
}
.fboxr_t{
	/* display: none; */
}
.fboxr_box1{
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	overflow: hidden;
}
.fboxr_t{
	width: 0;
	font-size: 0;
}
.fboxr_box1:hover{
	width: 220px;
}
.fboxr_box1:hover .fboxr_t{
	font-size: 16px;
	color: #fff;
	width: auto;
	padding-left: 10px;
}
.fboxr_box:hover .fr_wxbox{
	display: block;
}
.fr_wxbox img{
	width: 100%;
	height: 100%;
}

/* ä¾§è¾¹æ&nbsp; end */
.layer-alert-video{
	background: #000;
}
.layer-alert-video .layui-layer-content{
	background: #000;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: .6;
}
.swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* ä¸¤ç§éƒ½å¯ä»¥ */
}

@media screen and (max-width: 768px) {
	.hide768 {
		display: none;
	}

	.logo {
		/*width: 50px;*/
		height: 20px;
		margin-top: 15px;
	}

	.logo img {
		width: auto;
	}
	.sj_btn{
		top: 25px;
	}
	.top_box_p {
		display: none;
	}

	.top_box {
		padding: 10px;
		height: 72px;
	}


	.list_f {
		display: none;
	}

	

	.nav_box {
		float: left;
		width: 100%;
		background: #fff;
		position: fixed;
		top: 72px;
		z-index: 999;
		left: 0;
		overflow: scroll;
		max-height: calc(100vh - 72px);
	}
	.nav_li{
		width: 100%;
		
	}
	/* .nav_box a {
		width: 100%;
		border-radius: 0;
		text-align: center;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
	} */
	.nav_box .nav_li&gt;a{
		height: 40px;
		bottom: 0;
		line-height: 36px;
		text-align: center;
	}
	.nav_tel{
		width: 100%;
		text-align: center;
		height: 30px;
		line-height: 30px;
	}
	.nav_s_list_box{
		position: relative;
		top: 0;
		padding-top: 0;
	}
	.nav_s_list{
		max-width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 5px;
		
		flex-wrap: wrap;
	}
	.nav_s_li{
		width: 50%;
	}
	.nav_s_li img{
		width: 28px;
		height: 28px;
	}
	.nav_s_li span{
		width: 80px;
		/* text-align: center; */
	}
	.banner,
	.banner_box,
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* é¦–é¡µ */
	.icp_box{
		padding: 10px 10px;
	}
	.icp_tit{
		width: 100%;
		margin-bottom:10px;
	}
	.ibox_box{
		font-size: 18px;
		padding-left: 12px;
	}
	.ibox_box::before{
		width: 3px;
		height: 20px;
	}
	.ibox_box span{
		font-size: 12px;
	}
	.icpt_list{
		padding:0 10px;
		margin-bottom: 10px;
	}
	
	.icpt_li{
		font-size: 14px;
		height: 40px;
	}
	.icpt_li+.icpt_li{
		margin-left: 20px;
	}
	.swipera{
		height: 380px;
	}
	.swipera_li{
		flex-direction: column;
		padding:10px 30px;
		align-items: center;
	}
	.swipera_li_img{
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.swipera_li_text{
		margin-top: 10px;
		margin-left: 0;
	}
	.slt1{
		font-size: 20px;
	}
	.slt2{
		margin-top: 5px;
		font-size: 18px;
	}
	.slt3{
		margin-top: 10px;
	}
	.slt4{
		margin-top: 10px;
	}
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	.ncp_li{
		margin-right: 0;
		height: auto;
	}
	.ncp_li+.ncp_li{
		margin-top: 10px;
	}
	.ncp_list{
		width: 100%;
		/* padding:0 10px; */
		flex-direction: column;
		align-items: center;
	}
	.ncp_msg{
		padding: 10px;
	}
	.ncp_hx{
		margin: 5px auto 10px;
	}
	.ncp_sub{
		padding: 0;
	}
	.al_li_box{
		width: 50%;
		height: 150px;
	}
	.al_li{
		border-radius: 5px;
	}
	.al_li_msg{
		padding: 30px 10px 10px;
	}
	.almsg_hx{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.almsg_t{
		font-size: 12px;
		line-height: 16px;
	}
	.ncp_li1{
		height: auto;
		padding-bottom: 10px;
	}
	.ncp1_sub{
		margin-bottom: 10px;
	}
	.ncp1_time{
		padding-top: 5px;
	}
	.footer_box{
		padding-top: 20px;
	}
	.fm_lt{
		display: none;
	}
	.fm_c div{
		display: none;
	}
	.footer_box{
		height: auto;
		min-height: 0;
	}
	.footer_logo{
		width: 300px;
		height: auto;
		margin-bottom: 10px;
	}
	.footer_m{
		/* flex-direction: column; */
		margin-bottom: 5px;
		flex-wrap: wrap;
		padding: 10px;
	}
	.fm_l{
		/* width: 50%; */
		width: 100%;
		text-align: center;
		padding:5px 0;
	}
	.fm_c{
		margin: 0 auto 10px;
	}
	.fm_c img{
		margin-bottom: 0;
	}
	.fm_c+.fm_l{
		/* width: 100%; */
	}
	.fm_lh{
		margin: 5px auto;
	}
	.fm_tel{
		font-size: 20px;
	}
	.fm_r_l+.fm_r_l{
		margin-top: 10px;
	}
	.ncp_li1 .ncp_li_img{
		margin-bottom: 10px;
	}
	.ncp1_hx{
		margin-top: 8px;
		margin-bottom: 10px;
	}
	
	/* é¦–é¡µ end */
	/* èµ°è¿›ç€šæµ· start */
	.zjhh_banner_box{
		height: 150px;
	}
	.about_box{
		flex-direction: column;
	}
	.ibox_box1{
		padding-left: 0;
	}
	.H_video{
		height: auto;
		margin-bottom: 20px;
	}
	.ibox_box1::before{
		width: 72px;
		height: 3px;
		background: #053F94;
		left: 0;
		bottom: -4px;
		top:auto;
		transform: translate(0,0);
		-ms-transformtransform: translate(0,0);
		-webkit-transformtransform: translate(0,0);
	}
	.tdfc_li{
		width: 49%;
		margin-right: 2%;
		height: 115px;
	}
	.tdfc_li:nth-child(2n){
		margin-right: 0;
	}
	.tdfc_li:nth-child(4n){
		margin-right: 0;
	}
	.tdfc_li:nth-child(n+3){
		margin-top: 11px;
	}
	
	.ryzz_li{
		width: 49%;
		margin-right: 2%;
		height: 225px;
	}
	.ryzz_li:nth-child(2n){
		margin-right: 0;
	}
	.ryzz_li:nth-child(n+3){
		margin-top: 11px;
	}
	.cjsb_li{
		flex-direction: column-reverse;
	}
	.cjsb_li:nth-child(2n) {
	    flex-direction: column-reverse;
	}
	.cjsb_l{
		width: 100%;
		font-size: 12px;
	}
	.cjsb_l_t{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cjsb_r{
		width: 100%;
		height: 150px;
		margin-bottom: 10px;
	}
	.cjsb_li+.cjsb_li{
		margin-top: 12px;
	}
	/* èµ°è¿›ç€šæµ· end */
	
	
	
	/* äº§å“ä¸­å¿ƒ start */
	.cpz_list{
		width: 100%;
	}
	
	.cpz_li{
		width: 49%;
		margin-right: 2%;
	}
	.cpz_li:nth-child(3n){
		margin-right: 2%;
	}
	.cpz_li:nth-child(2n){
		margin-right: 0;
	}
	.cpz_li:nth-child(n+3){
		margin-top: 30px;
	}
	
	.cpz_img{
		width: 100%;
		height: 142px;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.cpz_name{
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #323233;
		margin-bottom: 8px;
	}
	.cpz_msg{
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #999999;
		height: 36px;
		line-height: 18px;
	}
	.my_page a{
		margin: 3px;
	}
	/* äº§å“ä¸­å¿ƒ end */
	/* äº§å“è¯¦æƒ… start */
	.cpxq_nav{
		padding: 10px 10px;
		/* minheight: 38px; */
	}
	.cpxq_box img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	/* äº§å“è¯¦æƒ… end */
	
	/* å·¥ç¨‹æ¡ˆä¾‹ start */
	.icpt_list1 .icpt_li+.icpt_li{
		margin-left: 20px;
	}
	/* å·¥ç¨‹æ¡ˆä¾‹ end */
	
	
	
	/* æ¡ˆä¾‹è¯¦æƒ… start */
	.alxq_box{
		width: 100%;
		background: #fff;
		padding-top: 10px;
	}
	.alxq_tit{
		
		font-size: 18px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #323233;
		padding: 10px 0;
		line-height: 30px;
	}
	.alxq_box{
		padding: 10px;
	}
	.alxq_content{
		font-size: 14px;
	}
	/* æ¡ˆä¾‹è¯¦æƒ… start */
	
	/* æ–°é—»èµ„è®¯ start */
	.news_li{
		padding: 5px 0;
	}
	.news_time{
		width: auto;
		padding-right: 5px;
		font-size: 10px;
		line-height: 12px;
	}
	.news_day{
		font-size: 14px;
		line-height: 16px;
	}
	.news_img{
		width: 120px;
		height: 100px;
	}
	.news_msg{
		padding-left: 8px;
		width: 100%;
	}
	.news_tit{
		font-size: 16px;
		line-height: 20px;
	}
	.news_hx{
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.news_text{
		line-height: 18px;
		font-size: 12px;
	}
	/* æ–°é—»èµ„è®¯ end */
	/* æ–°é—»è¯¦æƒ… start */
	.newsxq_titbox{
		padding: 10px 0;
	}
	.nxq_tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.nxq_time{
		font-size: 12px;
	}
	/* æ–°é—»è¯¦æƒ… end */
	/* è”ç³»æˆ‘ä»¬ start */
	.lxwm_box{
		flex-direction: column;
	}
	.map{
		height: 200px;
		margin-bottom: 10px;
	}
	.lxwm_r{
		width: 100%;
	}
	.lxwml_li{
		width: 100%;
		height: auto;
		padding: 10px 15px;
	}
	.lxwmr_img{
		width: 55px;
		height: 55px;
		margin-right: 10px;
	}
	.lxwml_r{
		font-size: 12px;
	}
	.lxwml_t{
		font-size: 16px;
	}
	/* è”ç³»æˆ‘ä»¬ end */
	.layer-alert-video{
		max-width: 90%;
		left: 5%!important;
		height: auto!important;
	}
	.layer-alert-video .layui-layer-content{
		height: auto!important;
	}
	.fbox_r{
		display: none;
	}
}
</pre></body></html>